.env.example
.gitignore
.htaccess
app/Http/Controllers/ApiController.php
app/Http/Controllers/BlogController.php
app/Http/Controllers/CategoryController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/HomeController.php
app/Http/Controllers/InstallerController.php
app/Http/Controllers/LanguageController.php
app/Http/Controllers/PlaceController.php
app/Http/Controllers/SellerController.php
app/Http/Controllers/SettingController.php
app/Http/Controllers/SystemUpdateController.php
app/Http/Controllers/UserVerificationController.php
app/Http/Controllers/WebhookController.php
app/Http/Resources/ItemCollection.php
app/Models/Category.php
app/Models/ContactUs.php
app/Models/Item.php
app/Models/ItemCustomFieldValue.php
app/Models/ItemOffer.php
app/Models/SellerRating.php
app/Models/SeoSetting.php
app/Models/Slider.php
app/Providers/ViewServiceProvider.php
app/Services/FileService.php
app/Services/HelperService.php
app/Services/NotificationService.php
app/Services/Payment/PaymentService.php
app/Services/Payment/PaystackPayment.php
app/Services/Payment/PhonePePayment.php
composer.json
composer.lock
config/constants.php
config/database.php
database/migrations/2024_07_03_061134_v2.1.0.php
database/migrations/2024_10_08_091408_update_seller_ratings_table.php
database/migrations/2024_10_09_085627_update_seller_ratings_table.php
database/migrations/2024_11_15_071656_update_users_table.php
public/.htaccess
public/assets/css/custom.css
public/assets/css/pages/auth.css
public/assets/images/open_in_app.png
public/assets/js/custom/bootstrap-table/actionEvents.js
public/assets/js/custom/bootstrap-table/formatter.js
public/assets/js/custom/custom.js
public/index.php
resources/lang/en.json
resources/lang/en_app.json
resources/lang/en_web.json
resources/views/category/categories-order.blade.php
resources/views/category/index.blade.php
resources/views/category/sub-categories-order.blade.php
resources/views/custom-fields/create.blade.php
resources/views/custom-fields/edit.blade.php
resources/views/deep-link/deep_link.blade.php
resources/views/layouts/sidebar.blade.php
resources/views/payment/paystack.blade.php
resources/views/payment/phonepe.blade.php
resources/views/seller-verification/edit.blade.php
resources/views/seller-verification/index.blade.php
resources/views/seller_review/index.blade.php
resources/views/seller_review/report.blade.php
resources/views/settings/languageedit.blade.php
resources/views/settings/payment-gateway.blade.php
resources/views/settings/system.blade.php
resources/views/slider/index.blade.php
resources/views/tip/index.blade.php
resources/views/vendor/installer/steps/symlink_basedir_check.blade.php
routes/api.php
routes/web.php
